悟空视频

    在线播放云盘网盘BT下载影视图书

    Foundations of Deep Reinforcement Learning: Theory and Practice in Python - 图书

    2019
    导演:Laura Graesser
    The Contemporary Introduction to Deep Reinforcement Learning that Combines Theory and Practice Deep reinforcement learning (deep RL) combines deep learning and reinforcement learning, in which artificial agents learn to solve sequential decision-making problems. In the past decade deep RL has achieved remarkable results on a range of problems, from single and multiplayer games–...(展开全部)
    Foundations of Deep Reinforcement Learning: Theory and Practice in Python
    图书

    Foundations of Deep Reinforcement Learning: Theory and Practice in Python - 图书

    2019
    导演:Laura Graesser
    The Contemporary Introduction to Deep Reinforcement Learning that Combines Theory and Practice Deep reinforcement learning (deep RL) combines deep learning and reinforcement learning, in which artificial agents learn to solve sequential decision-making problems. In the past decade deep RL has achieved remarkable results on a range of problems, from single and multiplayer games–...(展开全部)
    Foundations of Deep Reinforcement Learning: Theory and Practice in Python
    图书

    Deep Reinforcement Learning in Action - 图书

    导演:Alexander Zai
    Deep Reinforcement Learning in Action teaches you how to program AI agents that adapt and improve based on direct feedback from their environment. In this example-rich tutorial, you’ll master foundational and advanced DRL techniques by taking on interesting challenges like navigating a maze and playing video games. Along the way, you’ll work with core algorithms, including deep...(展开全部)
    Deep Reinforcement Learning in Action
    搜索《Deep Reinforcement Learning in Action》
    图书

    Python Reinforcement Learning - 图书

    2019计算机·数据库
    导演:Sudharsan Ravichandiran Sean Saito Rajalingappaa Shanmugamani Yang Wenzhuo
    Reinforcement Learning (RL) is the trending and most promising branch of artificial intelligence. This Learning Path will help you master not only the basic reinforcement learning algorithms but also the advanced deep reinforcement learning algorithms.The Learning Path starts with an introduction to RL followed by OpenAI Gym, and TensorFlow. You will then explore various RL algorithms, such as Markov Decision Process, Monte Carlo methods, and dynamic programming, including value and policy iteration. You'll also work on various datasets including image, text, and video. This example-rich guide will introduce you to deep RL algorithms, such as Dueling DQN, DRQN, A3C, PPO, and TRPO. You will gain experience in several domains, including gaming, image processing, and physical simulations. You'll explore TensorFlow and OpenAI Gym to implement algorithms that also predict stock prices, generate natural language, and even build other neural networks. You will also learn about imagination-augmented agents, learning from human preference, DQfD, HER, and many of the recent advancements in RL.By the end of the Learning Path, you will have all the knowledge and experience needed to implement RL and deep RL in your projects, and you enter the world of artificial intelligence to solve various real-life problems.This Learning Path includes content from the following Packt products:Hands-On Reinforcement Learning with Python by Sudharsan Ravichandiran.Python Reinforcement Learning Projects by Sean Saito, Yang Wenzhuo, and Rajalingappaa Shanmugamani.
    Python Reinforcement Learning
    搜索《Python Reinforcement Learning》
    图书

    Python Reinforcement Learning - 图书

    2019计算机·数据库
    导演:Sudharsan Ravichandiran Sean Saito Rajalingappaa Shanmugamani Yang Wenzhuo
    Reinforcement Learning (RL) is the trending and most promising branch of artificial intelligence. This Learning Path will help you master not only the basic reinforcement learning algorithms but also the advanced deep reinforcement learning algorithms.The Learning Path starts with an introduction to RL followed by OpenAI Gym, and TensorFlow. You will then explore various RL algorithms, such as Markov Decision Process, Monte Carlo methods, and dynamic programming, including value and policy iteration. You'll also work on various datasets including image, text, and video. This example-rich guide will introduce you to deep RL algorithms, such as Dueling DQN, DRQN, A3C, PPO, and TRPO. You will gain experience in several domains, including gaming, image processing, and physical simulations. You'll explore TensorFlow and OpenAI Gym to implement algorithms that also predict stock prices, generate natural language, and even build other neural networks. You will also learn about imagination-augmented agents, learning from human preference, DQfD, HER, and many of the recent advancements in RL.By the end of the Learning Path, you will have all the knowledge and experience needed to implement RL and deep RL in your projects, and you enter the world of artificial intelligence to solve various real-life problems.This Learning Path includes content from the following Packt products:Hands-On Reinforcement Learning with Python by Sudharsan Ravichandiran.Python Reinforcement Learning Projects by Sean Saito, Yang Wenzhuo, and Rajalingappaa Shanmugamani.
    Python Reinforcement Learning
    搜索《Python Reinforcement Learning》
    图书

    Python Deep Learning - 图书

    2017计算机·编程设计
    导演:Valentino Zocca Gianmario Spacagna Daniel Slater Peter Roelants
    This book is for Data Science practitioners as well as aspirants who have a basic foundational understanding of Machine Learning concepts and some programming experience with Python. A mathematical background with a conceptual understanding of calculus and statistics is also desired.
    Python Deep Learning
    搜索《Python Deep Learning》
    图书

    Deep Reinforcement Learning Hands-On - 图书

    2018科学技术·工业技术
    导演:Maxim Lapan
    Recent developments in reinforcement learning (RL), combined with deep learning (DL), have seen unprecedented progress made towards training agents to solve complex problems in a human-like way. Google’s use of algorithms to play and defeat the well-known Atari arcade games has propelled the field to prominence, and researchers are generating new ideas at a rapid pace. Deep Reinforcement Learning Hands-On is a comprehensive guide to the very latest DL tools and their limitations. You will evaluate methods including Cross-entropy and policy gradients, before applying them to real-world environments. Take on both the Atari set of virtual games and family favorites such as Connect4. The book provides an introduction to the basics of RL, giving you the know-how to code intelligent learning agents to take on a formidable array of practical tasks. Discover how to implement Q-learning on ‘grid world’ environments, teach your agent to buy and trade stocks, and find out how natural language models are driving the boom in chatbots.
    Deep Reinforcement Learning Hands-On
    搜索《Deep Reinforcement Learning Hands-On》
    图书

    Deep Learning: Methods and Applications Foundations and Trends - 图书

    导演:Li Deng
    This book is aimed to provide an overview of general deep learning methodology and its applications to a variety of signal and information processing tasks. The application areas are chosen with the following three criteria: 1) expertise or knowledge of the authors; 2) the application areas that have already been transformed by the successful use of deep learning technology, su...(展开全部)
    Deep Learning: Methods and Applications Foundations and Trends
    搜索《Deep Learning: Methods and Applications Foundations and Trends》
    图书

    The Principles of Deep Learning Theory - 图书

    导演:Daniel A. Roberts
    This textbook establishes a theoretical framework for understanding deep learning models of practical relevance. With an approach that borrows from theoretical physics, Roberts and Yaida provide clear and pedagogical explanations of how realistic deep neural networks actually work. To make results from the theoretical forefront accessible, the authors eschew the subject's tradi...(展开全部)
    The Principles of Deep Learning Theory
    搜索《The Principles of Deep Learning Theory》
    图书

    Deep Learning with Python - 图书

    2021
    导演:François Chollet
    Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. You’ll learn directly from the creator of Keras, François Chollet, building your understanding through intuitive explanations and practical examples. Updated from the original bestseller with over 50% new content, this second edition includes new chapters, c...(展开全部)
    Deep Learning with Python
    搜索《Deep Learning with Python》
    图书
    加载中...